home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ply15dat.zip / JOINTS2.INC < prev    next >
Text File  |  1992-09-17  |  1KB  |  34 lines

  1. // Polyray include file for person.pi
  2. // This file contains the rotations for all the joints of the body,
  3. // and color of the figure.
  4. // All rotations follow the left hand rule.
  5. // +x is to the right, +y is to the rear, and +z is up.
  6. // Created by Will Wagner
  7.  
  8. define headrot        <20,0,0>        // <-45/45,-10/10,-80/80>
  9. define neckrot        <10,0,0>        // <-30/30,-10/10,-20/20>
  10. define torsorot        <0,0,0>        // <-10/100,-25/25,-15/15>
  11. define abdomenrot    <0,0,0>        // <0,-5/5,0>
  12.  
  13. // Left arm rotations
  14. define laupperrot    <0,30,0>        // <-180/45,-45/180,-90/45>
  15. define lalowerrot    <0,-90,0>        // <-165/0,0,0>
  16. define lhandrot        <0,45,0>        // <-20/20,-90/20,-90/180>
  17. define lfingerrot    <0,0,0>        // <0,-90/0,0>
  18.  
  19. // Right arm rotations
  20. define raupperrot    <0,-30,0>        // <-180/45,-180/45,-45/90>
  21. define ralowerrot    <0,90,0>        // <-165/0,0,0>
  22. define rhandrot        <0,-45,0>        // <-20/20,-20/90,-180/90>
  23. define rfingerrot    <0,0,0>        // <0,0/90,0>
  24.  
  25. // Left leg rotations
  26. define lthighrot    <0,0,0>        // <-90/15,0/45,-45/0>
  27. define lcalfrot        <0,0,0>        // <0/160,0,0>
  28. define lfootrot        <0,0,0>        // <-5/50,-5/5,-10/10>
  29.  
  30. // Right leg rotations
  31. define rthighrot    <0,0,0>        // <-90/15,-45/0,0/45>
  32. define rcalfrot        <0,0,0>        // <0/160,0,0>
  33. define rfootrot        <0,0,0>        // <-5/50,-5/5,-10/10>
  34.